String Handling (18)

file_read_all_text()
description : Read the whole file into a string

Insert by Tizsoft in 2020-11-16 13:26:25.

log_buffer(buffer)
description : Log a buffer defining a character set to show

Insert by Tizsoft in 2020-06-16 13:49:32.

log(elem1,elem2345)
description : general log function

Insert by Tizsoft in 2020-06-16 12:47:59.

url_encode(url)
description : URL-Encodes a string according to RFC 1738
http://gmc.yoyogames.com/index.php?showtopic=630240

Insert by Tizsoft in 2015-07-11 20:40:31.

is_leapyear(year)
description : Returns true if the given year is a leap year

Insert by Tizsoft in 2013-04-15 13:09:04.

string_remove_non_printable(string)
description : Removes all non-displayable ASCII characters under value 32 from a string. This can be useful when working with keyboard_string.

Insert by Tizsoft in 2013-04-15 13:04:43.

string_shorten(string,maxlength)
description : shortens a string and adds "..." if the length is larger than maxlength

Insert by Tizsoft in 2013-04-15 13:01:59.

ds_list_sort_ext(list,script,ord)
description : Script by Homunculus, grouped into a single script by Tizzio
sort a ds_list in advanced mode.

in script argument, you must give a script id.
for example:
name: scr_sort_by_y
code: return argument0.y - argument1.y;

Insert by Tizsoft in 2013-04-14 13:40:13.

hexToStr(hexadecimalStr)
description : Convert a hexadecimal string to normal string

Insert by xeryan in 2013-04-04 17:16:40.

strToHex(string)
description : Convert a string to hexadecimal string

Insert by xeryan in 2013-04-04 17:15:31.

Go to page: [1] [2]